EmojiCompletion: Avoid un/signed compare warnings
authorDaniel Boles <dboles.src@gmail.com>
Wed, 20 Jun 2018 19:36:19 +0000 (20:36 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 20 Jun 2018 19:36:19 +0000 (20:36 +0100)
commit9156908a3adc27774c8f1676680375d5edc1b885
treeb8b5d9d572f6b6f8bfd4c56e63a6103492de1b85
parent934b40f4f36ef7c10b1451bee7bc1f54fd9da00a
EmojiCompletion: Avoid un/signed compare warnings

(A) Use gsize to match the result of g_variant_n_children
(B) Use guint for n_matches, like the struct (and all other n_matches)
gtk/gtkemojicompletion.c